home *** CD-ROM | disk | FTP | other *** search
- ## header SIG_CAT
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- MSG_message_req (//)
- SIRDS_GEN Message Requester
- MSG_OK (//)
- OK
- MSG_ERR_PICSCR (//)
- Couldn't open Picture-Screen
- MSG_ERR_DT (//)
- File couldn't be loaded by datatypes
- MSG_ERR_SIRDSSCR (//)
- Couldn't open SIRDS-Screen
- MSG_ERR_PORT (//)
- Message-Port opening failed
- MSG_ERR_PAT (//)
- Error while opening the pattern
- MSG_LOADING (//)
- Select File for loading:
- MSG_SAVE (//)
- Select File for saving:
- MSG_ERR_PICBMP (//)
- Picture BitMap error
- MSG_ERR_PATBMP (//)
- Pattern BitMap error
- MSG_ERR_COLORS (//)
- Couldn't get colors
- MSG_SAVE_CONFIG_ERR (//)
- Error #%ld while writing config
- MSG_LINES (//)
- Lines to do:
- MSG_SAVE_ERR (//)
- Error %ld while saving!
- MSG_NOPATTERN (//)
- None
- MSG_BESTMODE (//)
- Best
- MSG_GET_PIC_MODE (//)
- Select Picture-Screenmode:
- MSG_GET_SIRDS_MODE (//)
- Select SIRDS-Screenmode:
- MSG_GET_PATTERN (//)
- Choose Pattern:
- MSG_P_EYEPOS (//)
- EyePos:
- MSG_P_SIRDS_SCR (//)
- SIRDS Screen-Type
- MSG_P_PIC_SCR (//)
- Picture Screen-Type
- MSG_P_HIDDEN (//)
- _Hidden
- MSG_P_AUTO_EYEW (//)
- Auto-_EyeWidth
- MSG_P_USE (//)
- _use
- MSG_P_CANCEL (//)
- _cancel
- MSG_P_AUTO_PIC (//)
- _Auto Picture Screen
- MSG_P_BEEP (//)
- _Beep after drawing
- MSG_P_COL_SORT (//)
- _Color-sort
- MSG_P_CAMG (//)
- CAM_G-MASK
- MSG_P_INVERSE (//)
- _Inverse
- MSG_P_LAYERS (//)
- # Layers:
- MSG_P_FLIMMER (//)
- Fli_mmer enable
- MSG_P_PATTERN (//)
- _Pattern:
- MSG_P_PAT_DIM (//)
- Dimension:
- MSG_P_PREVIEW (//)
- Pre_view
- MSG_P_SAVE (//)
- save
- MSG_P_PAT_MODE (//)
- Pattern mode:
- MSG_P_FUNC (//)
- _Function:
- MSG_P_SIRDS_DIM (//)
- SIRDS_Dim:
- MSG_P_RASTER (//)
- Raster:
- MSG_P_MINX (//)
- MinX
- MSG_P_MAXX (//)
- MaxX
- MSG_P_MINY (//)
- MinY
- MSG_P_MAXY (//)
- MaxY
- MSG_P_MINZ (//)
- MinZ
- MSG_P_MAXZ (//)
- MaxZ
- MSG_P_PIC_DEPTH (//)
- Picture Depth: %ld
- MSG_P_DARKNESS (//)
- Darkness: %ld
- MSG_FUNC_ERR (//)
- error in function!
- MSG_POOL_ERR (//)
- Pool creation failed!
- MSG_MEM_ERR (//)
- Out of Memory!
- MSG_M_PROJECT (//)
- Project
- MSG_M_LOAD (//)
- Load Pic
- MSG_M_SAVE (//)
- Save Pic
- MSG_M_ABOUT (//)
- About
- MSG_M_QUIT (//)
- Quit
- MSG_M_MISC (//)
- Misc
- MSG_M_RECALC (//)
- Recalc
- MSG_M_TOGGLE (//)
- Switch Screen
- MSG_M_PREF (//)
- Preferences
- MSG_ABOUT (//)
- %s\n\n\
- written %s\n\
- by Michael Mutschler\n\
- This Program is Shareware!\n\n\
- Pictures generated with SIRDS_GEN\n\
- may not be used commercially!\n\n\
- for bugs/suggestions & registration, write to:\n\
- Michael Mutschler\n\
- Somborer Weg 11\n\
- 71067 Sindelfingen\n\
- Germany\n\n\
- EMAIL:\n\
- Internet: amiga2@info2.rus.uni-stuttgart.de\n\
- UUCP: micha@agnus.tynet.sub.org\n\
- FIDO: 2:246/1115.1
- MSG_ABOUTR (//)
- %s\n\n\
- written %s\n\
- by Michael Mutschler\n\n\
- registered to :\n\
- %s\n\
- %s\n\
- %s\n\
- %s\n\n\
- Registration No: %s\n\n
- MSG_GIFSAVEDIM_ERR (//)
- No dimensions specified!\nDefine SIRDS_WIDTH & SIRDS_HEIGHT
- MSG_GIFSAVE_ERR (//)
- Error while opening file for GIF-saving!
- MSG_68020 (//)
- This Version requires a 68020 or better CPU!\nTry using the 68000 version!
- MSG_68881 (//)
- This Version requires a 68881 or better FPU!\nTry using the 68000 version!
- MSG_P_MIX (//)
- Mi_x mode
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;; Error codes from newiff39
- ;
- ; Standard iffparse errors
- ;
- MSG_IFFP_STDFIRST (5000//)
- End of file (not an error)
- ;
- MSG_IFFP_STD2 (//)
- End of context (not an error)
- ;
- MSG_IFFP_STD3 (//)
- No lexical scope
- ;
- MSG_IFFP_STD4 (//)
- Insufficient memory
- ;
- MSG_IFFP_STD5 (//)
- Stream read error
- ;
- MSG_IFFP_STD6 (//)
- Stream write error
- ;
- MSG_IFFP_STD7 (//)
- Stream seek error
- ;
- MSG_IFFP_STD8 (//)
- File is corrupt
- ;
- MSG_IFFP_STD9 (//)
- IFF syntax error
- ;
- MSG_IFFP_STD10 (//)
- Not an IFF file
- ;
- MSG_IFFP_STD11 (//)
- Required hook vector missing
- ;
- MSG_IFFP_STDLAST (//)
- Return to client
- ;
- ; Other iffparse module errors
- ;
- MSG_IFFP_NOCLIP_D (5020//)
- Clipboard open of unit %ld failed\n
- ;
- MSG_IFFP_NOFILE (//)
- File not found\n
- ;
- MSG_IFFP_NOFILE_S (//)
- %s: File open failed\n
- ;
- MSG_IFFP_NOTOP (//)
- Parsing error; no top chunk\n
- ;
- MSG_IFFP_CLIENTERR (//)
- Client error
- ;
- MSG_IFFP_NOIFFFILE (//)
- File not found or wrong type
- ;
- MSG_IFFP_NOFORM (//)
- No FORM
- ;
- MSG_IFFP_UNKNOWNERR_D (//32)
- Unknown parse error %ld
- ;
- MSG_IFFP_NOMEM (5050//)
- Not enough memory\n
- ;
- MSG_IFFP_NOIFF (//)
- Can't AllocIff
- ;
- MSG_IFFP_NOIFFPARSE (//)
- Can't open iffparse.library
- ;
- MSG_IFFP_NOINTUITION (//)
- Can't open intuition.library
- ;
- MSG_IFFP_NOGRAPHICS (//)
- Can't open graphics.library
- ;
- ;
- ; ILBM-specific errors
- ;
- MSG_ILBM_NOILBM (5100//)
- Not an ILBM\n
- ;
- MSG_ILBM_NOBMHD (//)
- No ILBM.BMHD chunk\n
- ;
- MSG_ILBM_NOBODY (//)
- No ILBM.BODY chunk\n
- ;
- MSG_ILBM_NODISPLAY (//)
- Failed to open display\n
- ;
- MSG_ILBM_NORASTER (//)
- Failed to allocate raster\n
- ;
- MSG_ILBM_NOCOLORS (//)
- No colortable allocated\n
- ;
- MSG_ILBM_HUNTED (//)
- ILBM is embedded in complex file
- ;
- MSG_ILBM_TOODEEP (//)
- planes, displaying initial planes
- ;
- MSG_ILBM_PRTTROUBLE_D (//)
- Printer error %ld\n
- ;
- ;
- ; OpenScreen errors
- ;
- MSG_OSCR_NOMEM (5180//)
- Not enough memory
- ;
- MSG_OSCR_NOCHIPMEM (//)
- Not enough chip memory
- ;
- MSG_OSCR_NOMONITOR (//)
- monitor not available
- ;
- MSG_OSCR_NOCHIPS (//)
- required chipset not available
- ;
- MSG_OSCR_PUBNOTUNIQUE (//)
- public screen already open
- ;
- MSG_OSCR_UNKNOWNMODE (//)
- mode ID is unknown
- ;
- MSG_OSCR_UNKNOWNERR_D (//32)
- unknown OpenScreen error %ld
-